home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 March / macformat-022.iso / Shareware City / Science / µSim 1.0b5 folder / Libs / BalloonRegistration.r next >
Encoding:
Text File  |  1994-01-05  |  2.4 KB  |  165 lines  |  [TEXT/MMCC]

  1. /*
  2. Copyright © 1993,1994 by Fabrizio Oddone
  3. ••• ••• ••• ••• ••• ••• ••• ••• ••• •••
  4. This source code is distributed as freeware: you can copy, exchange, modify this
  5. code as you wish. You may include this code in any kind of application: freeware,
  6. shareware, or commercial, provided that full credits are given.
  7. You may not sell or distribute this code for profit.
  8. */
  9.  
  10. #include    "BalloonTypes.r"
  11.  
  12. resource 'hdlg' (300, purgeable) {
  13.     HelpMgrVersion,
  14.     0,
  15.     hmDefaultOptions,
  16.     0,
  17.     0,
  18.  
  19.         HMSkipItem { },            /* item -1:Missing dialog items */
  20.     {
  21.  
  22.         HMStringResItem {        /* item 1:ok */
  23.             {0,0},
  24.             {0,0,0,0},
  25.             1100,1,
  26.             0,0,
  27.             0,0,
  28.             0,0
  29.         },
  30.         HMStringResItem {        /* item 2:cancel */
  31.             {0,0},
  32.             {0,0,0,0},
  33.             1100,2,
  34.             0,0,
  35.             0,0,
  36.             0,0
  37.         },
  38.         HMStringResItem {        /* item 3:recalc */
  39.             {0,0},
  40.             {0,0,0,0},
  41.             0,0,
  42.             1100,3,
  43.             0,0,
  44.             0,0
  45.         },
  46.         HMStringResItem {        /* item 11:good disks */
  47.             {0,0},
  48.             {0,0,0,0},
  49.             0,0,
  50.             1100,4,
  51.             0,0,
  52.             0,0
  53.         },
  54.         HMStringResItem {        /* item 11:good disks */
  55.             {0,0},
  56.             {0,0,0,0},
  57.             0,0,
  58.             1100,5,
  59.             0,0,
  60.             0,0
  61.         },
  62.         HMStringResItem {        /* item 11:good disks */
  63.             {0,0},
  64.             {0,0,0,0},
  65.             0,0,
  66.             1100,6,
  67.             0,0,
  68.             0,0
  69.         },
  70.         HMStringResItem {        /* item 11:good disks */
  71.             {0,0},
  72.             {0,0,0,0},
  73.             0,0,
  74.             1100,7,
  75.             0,0,
  76.             0,0
  77.         },
  78.         HMStringResItem {        /* item 11:good disks */
  79.             {0,0},
  80.             {0,0,0,0},
  81.             0,0,
  82.             1100,8,
  83.             0,0,
  84.             0,0
  85.         },
  86.         HMStringResItem {        /* item 11:good disks */
  87.             {0,0},
  88.             {0,0,0,0},
  89.             0,0,
  90.             1100,9,
  91.             0,0,
  92.             0,0
  93.         },
  94.         HMStringResItem {        /* item 11:good disks */
  95.             {0,0},
  96.             {0,0,0,0},
  97.             0,0,
  98.             1100,10,
  99.             0,0,
  100.             0,0
  101.         },
  102.         HMStringResItem {        /* item 11:good disks */
  103.             {0,0},
  104.             {0,0,0,0},
  105.             0,0,
  106.             1100,11,
  107.             0,0,
  108.             0,0
  109.         },
  110.         HMStringResItem {        /* item 11:good disks */
  111.             {0,0},
  112.             {0,0,0,0},
  113.             0,0,
  114.             1100,12,
  115.             0,0,
  116.             0,0
  117.         },
  118.         HMStringResItem {        /* item 11:good disks */
  119.             {0,0},
  120.             {0,0,0,0},
  121.             0,0,
  122.             1100,13,
  123.             0,0,
  124.             0,0
  125.         },
  126.         HMStringResItem {        /* item 11:good disks */
  127.             {0,0},
  128.             {0,0,0,0},
  129.             0,0,
  130.             1100,14,
  131.             0,0,
  132.             0,0
  133.         },
  134.         HMStringResItem {        /* item 11:good disks */
  135.             {0,0},
  136.             {0,0,0,0},
  137.             0,0,
  138.             1100,15,
  139.             0,0,
  140.             0,0
  141.         },
  142.         HMSkipItem { },
  143.         HMSkipItem { },
  144.         HMSkipItem { },
  145.         HMSkipItem { },
  146.         HMSkipItem { },
  147.         HMSkipItem { },
  148.         HMSkipItem { },
  149.         HMSkipItem { },
  150.         HMSkipItem { },
  151.         HMSkipItem { },
  152.         HMSkipItem { },
  153.         HMSkipItem { },
  154.         HMStringResItem {        /* item 12:bad disks */
  155.             {0,0},
  156.             {0,0,0,0},
  157.             0,0,
  158.             1100,16,
  159.             0,0,
  160.             0,0
  161.         }
  162.     }
  163. };
  164.  
  165.